Get all assets according to a particular query
Note: query is not supported in current version of DGK.
- application/json
Request Body
- string
Responses
- 200
- 400
The assets matching the query
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
createdAt date-timecreatedBy stringmodifiedAt date-timemodifiedBy stringisDeleted booleanid stringproperties object
property name*
objectprivateProperties object
property name*
objectdataAddress object
properties object
property name*
objectgovernanceStatus stringsyncStatus string
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
},
"governanceStatus": "string",
"syncStatus": "string"
}
]
}
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...